home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_door / gblist23.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-06-09  |  2KB  |  77 lines

  1. @Echo Off
  2. Cls
  3. Echo.
  4. Echo.
  5. Echo  - Noel Software -
  6. Echo ╔════════════════════════════════════════════════════════════════════════════╗
  7. Echo ║ Welcome to The GoodBye List Door v2.2! You MUST be running this            ║
  8. Echo ║ INSTALL.BAT file from the directory you wish to install The GBlist Door    ║
  9. Echo ║ to. If you are upgrading, then simply place the INSTALL.BAT & the          ║
  10. Echo ║ FILES.ZIP files in your current GoodBye List Door directory, and run       ║
  11. Echo ║ INSTALL.BAT from there. Your current BBS.DAT file will NOT be overwritten  ║
  12. Echo ║ if you are upgrading. You WILL need to run the new GBsetup program, after  ║
  13. Echo ║ installation is complete, as the old SYSOP.CFG file is no longer used, and ║
  14. Echo ║ configuration is now kept in a data file named GBLIST.DAT. PLEASE take a   ║
  15. Echo ║ moment to read the README.TXT file as there are a few changes that you     ║
  16. Echo ║ WILL need to be aware of!                                                  ║
  17. Echo ╚════════════════════════════════════════════════════════════════════════════╝
  18. Echo.
  19. Echo.
  20. Echo Press CTRL C to Abort, Any Other Key to Continue...
  21. Pause > NUL
  22. Cls
  23. If Exist Readme.txt Goto Readme
  24. :Install
  25. Echo.
  26. Echo.
  27. If Not Exist FILES.ZIP Goto NoZipFile
  28. Echo Unpacking Files...
  29. Rename FILES.ZIP FILES.EXE
  30. FILES -d -o > NUL
  31. Del FILES.EXE
  32. If Exist GOODBYE.EXE Del GOODBYE.EXE
  33. If Exist BBS.DAT Goto DoBBS
  34. :GBsetup
  35. Echo Loading GBsetup...
  36. GBSETUP
  37. Cls
  38. Echo.
  39. Echo.
  40. Echo The GoodBye List Door is installed! If you received a
  41. Echo "Bad Command or File Name" error anywhere during the install, then
  42. Echo refer to the README.TXT file for instructions on how to manually
  43. Echo install The GoodBye List Door.
  44. Echo.
  45. Echo If you wish to allow downloads of the BBS lists, then you must have
  46. Echo a copy of DSZ.EXE, DSZ.COM, or GSZ.EXE in your path, or in your home
  47. Echo GoodBye List Door directory.
  48. Echo.
  49. Pause
  50. Cls
  51. Echo 
  52. Echo *NOTE*
  53. Echo.
  54. Echo If you are upgrading to 2.x from 1.x, then you MUST run the UPGRADE.EXE
  55. Echo program. This program will convert your v1.x BBS.DAT file to the format
  56. Echo used now by v2.x
  57. Goto End
  58.  
  59. :DoBBS
  60. Copy BBS.DAT DATA > NUL
  61. If Errorlevel 0 Del BBS.DAT
  62. Goto GBsetup
  63.  
  64. :NoZipFile
  65. Echo 
  66. Echo Error! FILES.ZIP Not Found in Current Directory. Need This File For
  67. Echo Proper Installation.
  68. Goto End
  69.  
  70. :Readme
  71. Type Readme.txt | More
  72. Pause
  73. Goto Install
  74.  
  75. :End
  76. Echo.
  77.